| Method | /Services/AddCCToRequest |
| Sertifi API Web Service > All Operations Resource Group : /Services/AddCCToRequest (Method) |
Add a Carbon Copy to a File so they get notifications about the file and can observe signatures and such.
Functions like AddSignerToRequest with a sequence of 0.
The request body is of type AddCCToRequest.
| Name | Description | Data Type |
|---|---|---|
| pstr_APICode | The API code of the site. This can be found through your Sertifi web interface under Administration -> Account Settings. | xml:string |
| pstr_FileID | The id of the relevant file. | xml:string |
| pstr_Email | The email address of the carbon copy. | xml:string |

The response body is of type AddCCToRequestResponse.
| Name | Description | Data Type |
|---|---|---|
| AddCCToRequestResult | "SUCCESS" or error message. | xml:string |
